added samples
[windows-sources.git] / sdk / samples / WFSamples / Applications / OrderingStateMachine / VB / OrderWorkflows / My Project / MySettings.Designer.vb
bloba506aebc413399a422cacc07bfd1271d2d209dfb
1 '---------------------------------------------------------------------
2 ' This file is part of the Windows Workflow Foundation SDK Code Samples.
3 '
4 ' Copyright (C) Microsoft Corporation. All rights reserved.
5 '
6 'This source code is intended only as a supplement to Microsoft
7 'Development Tools and/or on-line documentation. See these other
8 'materials for detailed information regarding Microsoft code samples.
9 '
10 'THIS CODE AND INFORMATION ARE PROVIDED AS IS WITHOUT WARRANTY OF ANY
11 'KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
12 'IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
13 'PARTICULAR PURPOSE.
14 '---------------------------------------------------------------------
17 '------------------------------------------------------------------------------
18 ' <auto-generated>
19 ' This code was generated by a tool.
20 ' Runtime Version:2.0.50727.42
22 ' Changes to this file may cause incorrect behavior and will be lost if
23 ' the code is regenerated.
24 ' </auto-generated>
25 '------------------------------------------------------------------------------
27 Option Strict On
28 Option Explicit On
32 <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
33 Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")> _
34 Partial Friend NotInheritable Class MySettings
35 Inherits Global.System.Configuration.ApplicationSettingsBase
37 Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings),MySettings)
39 Public Shared ReadOnly Property [Default]() As MySettings
40 Get
41 Return defaultInstance
42 End Get
43 End Property
44 End Class